home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000375_news@columbia.edu _Sun Dec 19 10:35:56 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA23608
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 19 Dec 1999 10:35:56 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA17584
  7.     for kermit.misc@watsun.cc.columbia.edu; Sun, 19 Dec 1999 10:30:08 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Announcing a new GPL'd Kermit program for UNIX
  11. Date: 19 Dec 1999 15:30:08 GMT
  12. Organization: Columbia University
  13. Message-ID: <83itm0$h5d$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <83haov$jd8$1@samba.rahul.net>,
  17. Clarence Dold  <dold@network.rahul.net> wrote:
  18. : Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  19. : : G-Kermit is command-line only (no interactive commands or scripting) and
  20. : : remote-mode only (no making connections).  It has an extremely simple user
  21. : : interface, and implements a large subset of the Kermit protocol in a small
  22. : : amount of highly portable code.
  23. : Is this the one I'm looking for?  I managed to lose my network connection
  24. : to a computer in Manhattan, and I need to transfer some files onto it.  I
  25. : remembered a small ckermit from days gone by that was small enough when
  26. : uuencoded to survive a text transfer.  Would this G-Kermit be a similar
  27. : tool?  The target is a Sun Ultra-10 running Solaris 2.6
  28. :
  29. Here's an example for Linux on the the PC:
  30.  
  31. [fdc@yclept gkermit]$ ls -l gkermit
  32. -rwxrwx---   1 fdc      fdc         32317 Dec 17 20:36 gkermit
  33. [fdc@yclept gkermit]$ gzip gkermit
  34. [fdc@yclept gkermit]$ ls -l gkermit.gz
  35. -rwxrwx---   1 fdc      fdc         15101 Dec 17 20:36 gkermit.gz
  36. [fdc@yclept gkermit]$ uuencode gkermit.gz gkermit.gz.uue > gkermit.gz.uue
  37. [fdc@yclept gkermit]$ ls -l gkermit.gz.uue
  38. -rw-rw----   1 fdc      fdc         20839 Dec 19 10:18 gkermit.gz.uue
  39. [fdc@yclept gkermit]$
  40.  
  41. The Sparc binary is about 50% bigger (RISC vs CISC).
  42.  
  43. Of course a bare minimum receive-only Kermit is possible too, which would
  44. be only a few K.  Someday when I have nothing else to do maybe I'll make
  45. one (again).
  46.  
  47. - Frank